var github.com/vmihailenco/msgpack/v5.textMarshalerType

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_value.go#L69: 	if typ.Implements(textMarshalerType) {
		encode_value.go#L85: 		if ptr.Implements(textMarshalerType) {
		types.go#L31: 	textMarshalerType   = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()